home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / samples / generic / config next >
Encoding:
Text File  |  1992-09-05  |  2.8 KB  |  96 lines

  1. # @(#)samples/generic/config    1.7 9/6/92 04:14:28
  2.  
  3. # This file specifies all of the config file variables, and gives
  4. # default values all of them.  The default values correspond to
  5. # using defaults for all EDITME file variables, and for compiling
  6. # under basic 4.3BSD.
  7.  
  8.  
  9. # VERY IMPORTANT NOTE
  10. #
  11. # DO NOT COPY THE CONFIG FILE INTO THE /usr/lib/smail DIRECTORY TO
  12. # MAKE MODIFICATIONS.  Instead, if you want to change any default
  13. # values, create a /usr/lib/smail/config file and add lines to it only
  14. # for those variables that you wish to change.  Many values in this
  15. # file have os-dependent defaults, which may differ from the values
  16. # given in this samples file.  By setting only those attributes that
  17. # you wish to modify, you will avoid setting inappropriate values for
  18. # os-dependent attributes.
  19.  
  20. -auth_domains
  21. +auto_mkdir
  22. auto_mkdir_mode=0755
  23. console=/dev/console
  24. copying_file=COPYING
  25. date_field="Date: $spool_date"
  26. delivery_mode=background
  27. director_file=directors
  28. domains=uucp
  29. -error_copy_postmaster
  30. # +flock_mailbox         # under 4.3BSD
  31. -flock_mailbox            # otherwise
  32. fnlock_interval=3
  33. fnlock_mode=0666
  34. fnlock_retries=5
  35. from_field="From: $sender${if def:sender_name: ($sender_name)}"
  36. grades="special-delivery:9:air-mail:A:first-class:C:bulk:a:junk:n"
  37. hit_table_len=241
  38. -hostnames
  39. -lock_by_name            # on BSD systems or System V.2/V.3
  40. # +lock_by_name            # otherwise
  41. lock_mode=0444
  42. log_mode=0644
  43. logfile=/usr/spool/smail/log/logfile
  44. max_hop_count=20
  45. max_message_size=100k
  46. # message_buf_size=4096        # for machines with small memories
  47. message_buf_size=100k        # otherwise
  48. message_id_field="Message-Id: <$message_id@$primary_name>"
  49. message_log_mode=0664
  50. method_dir=methods
  51. -more_hostnames
  52. nobody=nobody            # under 4.3BSD or SunOS
  53. # nobody=guest            # another possibility
  54. open_interval=2
  55. open_retries=0            # if an atomic rename() is available
  56. # open_retries=2        # otherwise
  57. paniclog=/usr/spool/smail/log/paniclog
  58. postmaster_address=root
  59. -queue_only
  60. received_field="Received: \
  61.     ${if def:sender_host\
  62.          {from $sender_host by $primary_name\
  63.           ${if def:sender_proto: with $sender_proto}\
  64.           \n\t(Smail$version #$compile_num) }\
  65.     else {by $primary_name ${if def:sender_proto:with $sender_proto }\
  66.           (Smail$version #$compile_num)\n\t}}\
  67.     id $message_id; $spool_date"
  68. -require_configs
  69. retry_duration=5d
  70. retry_file=retry
  71. retry_interval=10m
  72. return_path_field="Return-Path: <$sender>"
  73. router_file=routers
  74. -second_config_file
  75. smail=/usr/lib/sendmail
  76. smail_lib_dir=/usr/lib/smail
  77. smail_util_dir=/usr/lib/smail
  78. -smart_path
  79. -smart_transport
  80. -smart_user
  81. smtp_banner="$primary_name Smail$version #$compile_num ready at $date"
  82. smtp_debug
  83. smtp_accept_max=20
  84. smtp_accept_queue=5
  85. smtp_receive_command_timeout=5m
  86. smtp_receive_message_timeout=2h
  87. spool_dirs=/usr/spool/smail
  88. spool_grade=C
  89. # spool_mode=0640        # under System V
  90. spool_mode=0440            # otherwise
  91. transport_file=transports
  92. -trusted
  93. -trusted_groups
  94. -uucp_name
  95. -visible_name
  96.